projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
968950c
)
Require 'cl during compilation.
author
André Spiegel
<spiegel@gnu.org>
Fri, 24 Nov 2000 16:25:59 +0000
(16:25 +0000)
committer
André Spiegel
<spiegel@gnu.org>
Fri, 24 Nov 2000 16:25:59 +0000
(16:25 +0000)
lisp/vc-hooks.el
patch
|
blob
|
history
diff --git
a/lisp/vc-hooks.el
b/lisp/vc-hooks.el
index 9f7bab9c1d22e7ab71ab1268aa8f20093dc61eab..4dfe4100bca62b3f0620d1fc857ff7ae984ce889 100644
(file)
--- a/
lisp/vc-hooks.el
+++ b/
lisp/vc-hooks.el
@@
-5,7
+5,7
@@
;; Author: FSF (see vc.el for full credits)
;; Maintainer: Andre Spiegel <spiegel@gnu.org>
-;; $Id: vc-hooks.el,v 1.1
28 2000/11/06 13:19:38 monnier
Exp $
+;; $Id: vc-hooks.el,v 1.1
30 2000/11/20 14:01:18 spiegel
Exp $
;; This file is part of GNU Emacs.
@@
-33,8
+33,8
@@
;;; Code:
-
;
(eval-when-compile
-
; (require 'vc
))
+(eval-when-compile
+
(require 'cl
))
;; Customization Variables (the rest is in vc.el)